home *** CD-ROM | disk | FTP | other *** search
-
- (c) 1990 S.Hawtin.
- Permission is granted to copy this file provided that:
- 1) It is not used for commercial gain
- 2) This notice is included in all copies
- 3) Altered copies are marked as such.
-
- No liability is accepted for the contents of the file.
-
- top.doc within top
-
- TOP
-
- top [-dvfbp] infile [outfile]
-
- This program optimises assembly code programs, the options have the
- following meanings
-
- -d
-
- Print out debug information while the program runs.
-
- -b
-
- Don't do "brev" optimisation on the code.
-
- -p
-
- Don't bother doing "peep hole" optimisation on the code.
-
- -f
-
- Don't do the control flow optimisations.
-
- -v
-
- Print out a large ammount of information about what the program is doing.
- This sets the program into verbose mode.
-
- infile
-
- The input file
-
- outfile
-
- The output file
-
-
- If you want full details examine the source code on the "NorthC Examples:"
- disk.
-